func github.com/google/go-cmp/cmp.formatString

5 uses

	github.com/google/go-cmp/cmp (current package)
		report_reflect.go#L352: 		return textLine(prefix + formatString(s[:maxLen]) + string(textEllipsis))
		report_reflect.go#L354: 	return textLine(prefix + formatString(s))
		report_reflect.go#L373: func formatString(s string) string {
		report_slices.go#L167: 				s := formatString(v.Index(0).String())
		report_slices.go#L257: 				s := formatString(v.String())